@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;transition: all 0.5s;
    height: 100%;
    background: #fff;
}
@media (min-width: 1025px) {  
    html {
        font-size: 34px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 36px!important;
    }
}

* {
    margin: 0;
    padding: 0;  
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
em,cite {
    font-style: normal
}
fieldset,img {
    border: 0
}
li {
    list-style: none
}
caption,th {    text-align: left}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}
sup {    vertical-align: baseline}
sub {
    vertical-align: baseline
}
legend {
    color: #000
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button,textarea,select {
    *font-size: 100%
}
a {
    color: #666;
}

a:link,a:visited {
    text-decoration: none;
    font-family: Arial, "Microsoft YaHei", simsun, sans-serif, Mingliu, Verdana, Helvetica, Lucida
}

a:hover,a:active {
    text-decoration: none;
}
input,select {
    outline: none
}
body {    background: #fff; font-size: .45rem; line-height: 1.8;
}

* {    transition-duration: 0.3s;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w1 {
    max-width: 1300px;
    margin: 0 auto;
    display: block;}


.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header {
    width: 100%;
    z-index: 999;
  background: #fff;
       position: relative;
}
.logo_bg{ position: absolute; top:0;left: 5.2%;
    width: 29%; }
.logo_bg img{ width: 100%; display: block; }

.top_con{ width: 100%; display: block; background: #f4f4f4;  overflow: hidden; height: 36px; }
.top_con p{ font-size: 13px; color: #888888; line-height: 36px; }
.top_con h3{ font-size: 14px; background: url(../images/top_tel.png) left no-repeat; padding-left: 35px; line-height: 36px; font-weight: normal; color: #000; margin-left:15px; }
.top_con span{ display: block; margin-top:10px; }
.top_con h3 i{ font-style: normal; color: #c50a13; font-weight: bold; }
.top_con span a{ float: left; padding: 0 10px; color: #6d6d6d; font-size: 13px; line-height: 14px;  border-right: 1px solid #8b8b8b; }
.top_con span a:nth-child(2){ border-right: none; }
.top_con span a:hover{ color: #c50a13; }

.top_nav{  display: block;  height: 100px; position: relative; }

.top_nav .logo {
    width: 200px;  
    margin-top: 15px;  
}
.top_nav .logo img {    
    display: block;      
    max-width: 100%;  
   
}

.top_nav .logo .lo_txt{ float: left; 
    padding-left: 0.8rem;
    margin-left: 0.2rem;  background: url(../images/logo_bg.png) left no-repeat;}

.top_nav .logo .lo_txt p{ font-size: .42rem; line-height: 1.6; color: #393939; padding:.3rem 0; }

@media(max-width: 1700px){
    .logo_bg{ width: 34%; left: -1.5%; }
}
@media(max-width: 1500px){
    .logo_bg{ width: 35%; left: -3.5%; }
}
@media(max-width: 1360px){
    .logo_bg{     width: 38%;
    left: -10%;}
    .top_nav .logo { max-width: 180px; }
}




.flash{ width: 100%; display: block; overflow: hidden; }

/* 导航 */



.navlist {
    width: 78%;
    margin-top:10px;

   

}



.nav_out {
    width: calc(100% - 200px);
    display: block;

}



.tem_head nav {

    width: 100%;

    height: 90px;

    line-height: 90px;

    position: relative;

}



.tem_head nav .a011 {

    position: relative;

    display: flex;

    justify-content: space-around;

}



.tem_head nav .a011 li {

    position: relative;

}



.tem_head nav .a011 li.icon::after {

    content: "";

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    top: 50%;

    right: -15px;

    transform: translateY(-50%);

    width: 0;

    height: 0;

    border-left: 4px solid transparent;

    border-right: 4px solid transparent;

    border-top: 5px solid #000;

}



.tem_head nav .a011 li.icon:hover::after {

    transform: rotateZ(180deg);

    margin-top: -2px;

    transition: all .3s;

}



.tem_head nav a {
    display: block;
    font-size: .45rem;
    text-align: center;
    color: #3c3c3c;
    position: relative;   
}



.tem_head nav li>a::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 87px;

    width: 0;

    height: 3px;

    background: #005aba;

    transition: all .3s;

}



.tem_head nav a:hover::after {

    width: 100%

}



.tem_head nav li>a:hover {

    line-height: 90px;

    color:#005aba;

    -webkit-transition: all .2s;

    -ms-transition: all .2s;

    -o-transition: all .2s;

    -moz-transition: all .2s;

}



.tem_head nav li>a.navdown {

    position: relative;

    color:#005aba;

}



.tem_head nav li>a.navdown::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 87px;

    width: 100%;

    height: 3px;

    background: #005aba;

}

.tem_head nav .a011 ul{ 
    width:150px;opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 9999;
    background: rgba(20, 20, 20, 0.6);}
 .tem_head nav .a011 li:hover ul{ top: 87px;
    left: -50%;
    opacity: 1;
    visibility: visible;}  
.tem_head nav  li>ul li a{ display: block; font-size: 14px; line-height: 36px !important; color: #fff; background: none; }
.tem_head nav  li>ul li a:hover{  background: #1e457c; color: #fff; }
.tem_head nav  li>ul li a:after{ display: none; }




.tem_head nav dl dd a {

    line-height: 30px;

    border-bottom: 1px solid rgba(255,255,255,0.2);

    transition: all .3s;

    font-size: 14px;

    padding: 5px 0;

    color: #fff;

}



.tem_head nav dl dd a:hover {

    transform: translateX(5px);

    border-bottom: 1px solid #ccc;

}



.tem_head nav dl dd a:last-child {

    border-bottom: none;

}



.top_search {

    margin-top: .7rem;
    position: relative;   
    margin-left: .8rem;  
    overflow: hidden;
}
.top_sea{    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid #1ca040;
    margin-right: 15px}
.top_sea img{    max-width: 100%;
    display: block;
    margin: 6px auto;}
.top_tel{    padding-left: 55px;
     background: url(../images/top_tel.png) left no-repeat; margin-top: 22px;}
 .top_tel p{ font-size: 14px; color: #3a3a3a; line-height: 22px; }    
.top_tel h3{ font-size: .6rem;
    color: #32b357;
    font-weight: normal;
    line-height: 28px;
}

.head-search__modal {display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #0b2a8d;z-index: 9999;}

.head-search__mcont {

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    max-width: 80%;

    width: 100%;

}

.head-search__mcont input {

    width: 100%;

    height: 38px;

    color: #fff;

    padding: 0;

    background-color: transparent;

    border: none;

    border-bottom: 1px solid rgba(255,255,255,0.6);

    font-size: 16px;

}

.head-search__mcont input::placeholder{ color: #fff; }



.hsm-btn {

    padding: 0;

    background-color: transparent;

    outline: none;

    border: none;

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    color: #fff;

    cursor: pointer;

    z-index: 20;

    font-size: 18px;

}



.hsm-close {

    -webkit-transition: transform .3s linear;

    -webkit-transition: -webkit-transform .3s linear;

    transition: -webkit-transform .3s linear;

    -o-transition: transform .3s linear;

    transition: transform .3s linear;

    transition: transform .3s linear, -webkit-transform .3s linear;

    position: absolute;

    display: inline-block;    

         right: 12px;

    top: 16px;

    color: #fff;

    cursor: pointer;

    font-size: 20px;

}

.hsm-close:hover{color: #fff;

    transform: rotate(360deg);

-webkit-transform: rotate(360deg);

-moz-transform: rotate(360deg);

-o-transform: rotate(360deg);

-ms-transform: rotate(360deg);}



@media (min-width: 768px){

.head-search__mcont {

   max-width: 500px;

    width: 100%;

}

.head-search__modal .hsm-close {

    right: 120px;

    top: 25px;

    font-size: 20px;

}

}

@media (min-width: 992px){

    .head-search__mcont {

   max-width: 830px;

    width: 100%;

}

}
@media (max-width: 1600px) {
  .w1 {   
    padding: 0 30px;
    display: block;
    box-sizing: border-box;
}
}

.header_banner{ width: 100%; position: relative; display: block; }
.regiut{ width: 100%; position: absolute; bottom:-10%; z-index: 8 }
.trademark{ background: #005aba; overflow: hidden;position: relative; }
.hot_sea{ width: 65%; display: block; padding: .5rem .8rem .8rem; box-sizing: border-box; }
.hot_key{ display: block; overflow: hidden; margin-bottom: .5rem; }
.hot_key h3{ font-size: .5rem; color: #fff; padding-left: 25px; background: url(../images/hot.png) left no-repeat; line-height: 2; font-weight: normal;  }
.hot_key p{ display: block; }
.hot_key p a{ float: left; display: block; padding: 0 5px; font-size: 14px; color: #9dc5f0; line-height:24px; }
.head_search{ width:100%; float:right; margin-top:10px;}
.boxs{ border-top:solid 1px #2a81dd; height:40px; line-height:40px; font-size:14px;border-bottom:solid 1px #2a81dd;}
.texts{ width:calc(100% - 50px); height:100%; float:left;font-family:"Microsoft YaHei"; border:none; background: none; padding-left: 12px; box-sizing: border-box; color: #fff;}
.btnSubmits{ width:50px; height:40px;  font-family:"微软雅黑"; font-size:14px; line-height:40px;border:none; background: url(../images/sea_btn.png) center no-repeat;}
.texts::placeholder{ color: #2a81dd; }
.focus_txt{ width: 35%; background: #32b357; padding:.5rem .8rem;overflow: hidden;  box-sizing: border-box; position: absolute; right: 0; height: 100%; }
.focus_txt h3{ font-size: .75rem; color: #fff; line-height: 2; margin-top:.2rem; text-align: center;}
.focus_txt .f_01{ overflow: hidden;display:flex; justify-content: center;margin-top:.2rem;}
.focus_txt .f_01 span{ background: #fff; padding: .12rem .6rem; border-radius: 8px; font-size: .46rem; color: #32b357; margin-right: .2rem; }

/* 产品中心  */
.index_product{ background: url(../images/bg02.jpg) no-repeat; background-size: cover; padding:3rem 0 1rem; }
.pro_tit{ display: block; text-align: center; position:relative; padding-bottom: .1rem; }
.pro_tit h4{ font-size: 1.3rem; color: #e7e7e7;line-height: 2; text-transform: uppercase; }
.pro_tit .p_bt{ position: absolute; bottom:0; text-align: center; width: 100%;  display: block;}
.pro_tit .p_bt h3{ font-size: 1.2rem; color: #222; line-height: 1.6; background:url(../images/pro_bg.png) bottom center no-repeat; padding-bottom:.2rem; }
.pro_tit .p_bt p{ font-size: .5rem; color: #b5b5b5; line-height: 2; }
.cp_class{display: block; overflow: hidden; margin:.8rem 0; background: #fff; border:1px solid #eee; position: relative;}
.class_bt{ width: 186px; background: #32b357; position: absolute; left: 0; top:0; height: 100%; justify-content: center;  text-align: center;}
.class_bt h3{ background: url(../images/cp_ico.png)  20% center no-repeat; font-size: .5rem; color: #fff; padding: 22% 0 25% 20%; }
.cp_class .class_clumn{ width: calc(100% - 200px); padding: .3rem 0  }
.class_clumn ul{ list-style: none; display: block; overflow: hidden; }
.class_clumn ul li{ float: left; width: 100px;  }
.class_clumn ul li a{ color: #999999; display: block; padding: 5px; line-height: 36px; }
.class_clumn ul li a:hover{ color: #005aba; }

.products{display: block; overflow: hidden; }
.products dl{ width: 24%; float: left; display: block; background: #fff; margin-right: 1.33%; margin-bottom: .7rem; border:1px solid #ecf0f3; padding: .7rem .7rem .3rem; box-sizing: border-box; border-radius: 10px; }
.products dl:nth-child(4n){ margin-right: 0; }
.products dl dt{display: block; overflow: hidden; }
.products dl dt img{ max-width: 100%; display: block; margin: 0 auto; }
.products dl dd{ display: block; overflow: hidden; padding: .3rem 0 0; }
.products dl dd p{ display: block; font-size: .45rem; color: #232323; line-height: 2; padding-left: 10px; background: url(../images/arrow.png) right no-repeat; }
.products dl:hover dd p{ color: #005aba;background: url(../images/arrow2.png) right no-repeat; }
.products dl:hover dt img{transform: scale(1.1)}
.products dl:hover{ border:1px solid #005aba; }

/* 案例展示 */
.index_case{ background: url(../images/bg01.jpg) no-repeat; background-size: cover; padding:1.5rem 0 2.5rem;}
.case_top{display: block; overflow: hidden;}
.pro_tit02{ display: block; text-align: left; position:relative; padding-bottom: .3rem; width: 80%;}
.pro_tit02 h4{ font-size: 1.3rem; color: rgba(231,231,231,0.05);line-height: 2; text-transform: uppercase; }
.pro_tit02 .p_bt{ position: absolute; bottom:0; text-align: left; width: 100%;  display: block;}
.pro_tit02 .p_bt h3{ font-size: 1.2rem; color: #fff; line-height: 1.6; background:url(../images/pro_bg.png) bottom left no-repeat; padding-bottom:.2rem; float: left;margin-right: .4rem; }
.pro_tit02 .p_bt p{ font-size: .45rem; color: #fff; line-height: 1.5; margin-top: 1rem; }
.c_more{display: block; overflow: hidden; margin-top:1.2rem;}
.c_more span{   display: block;}
.c_more span a{font-size: .5rem; color: #fff; display: block;background: url(../images/more.png) left no-repeat; padding-left: 2.5rem; line-height: 45px; }

.cases01{display: block; position: relative; margin-top:1.2rem;}
.cases01 #case_list{ width: 100%; display: block; overflow: hidden;  }
#case_list .swiper-button-prev{ width: 41px; height: 41px; background: url(../images/ico.png) 0 0 no-repeat; left: -46px; outline: none;}
#case_list .swiper-button-next{ width: 41px; height: 41px; background: url(../images/ico.png) -42px 0 no-repeat; right: -46px;outline: none; }
#case_list .swiper-button-prev:after,#case_list .swiper-button-next:after{ content:''; }
#case_list .swiper-slide{}
#case_list .swiper-slide dl{ position: relative;display: block; overflow: hidden; }
#case_list .swiper-slide dl dt{}
#case_list .swiper-slide dl dt img{ width: 100%; display: block; }
#case_list .swiper-slide dl dd{ position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.9));
    padding: .6rem 0; }
#case_list .swiper-slide dl dd p{ font-size: .5rem; color: #fff; padding-left: .5rem; line-height: 1.5; font-weight: bold; }
#case_list .swiper-slide dl:hover dt img{transform: scale(1.1)}


/* 关于我们 */
.index_about{ width: 100%; display: block; position: relative; padding: 2rem 0; overflow: hidden;}
.about_img{ width: 50%; position: absolute; right: 0; top:0; height: 100%; overflow: hidden; }
.about_img img{display: block; height: 100%;  }
.about_con{ width: 46%; display:block; overflow: hidden; }
.about_con .about_tit{ position: relative;display:block;   }
.about_con .about_tit h4{ font-size: 1.2rem; color: #e7e7e7; line-height: 1.5; padding-left:3rem; }
.about_con .about_tit h3{ position: absolute; font-size: 1.2rem; color: #222; ;line-height:1.2; bottom: 0; }
.about_desc{ margin: 1rem 0; display: block; overflow: hidden; }
.about_desc p{ font-size: 15px; color: #4e4e4e; line-height: 30px; text-indent: 2em; } 
.about_desc p a{ color: #005aba; }

.about_sj{display:block; overflow: hidden;}
.about_sj ul{ list-style: none; display: block;overflow: hidden; }
.about_sj ul li{width: 25%; text-align: center; float: left; display: block;}
.about_sj ul li i{ width:95px; height: 95px; margin: 8px auto; display: block; border:1px solid #48bb69; border-radius:100%; box-shadow: 1px 1px 12px rgba(72,187,105,0.3); background: #fff;  }
.about_sj ul li .a01{ background: url(../images/ico01.png) 0 0 no-repeat; }
.about_sj ul li .a02{ background: url(../images/ico01.png) 0 -95px no-repeat; }
.about_sj ul li .a03{ background: url(../images/ico01.png) 0 -190px no-repeat; }
.about_sj ul li .a04{ background: url(../images/ico01.png) 0 -285px no-repeat; }
.about_sj ul li p{font-size: .5rem; color: #222; line-height: 2; font-weight: bold;}
.about_sj ul li:hover .a01{ background: url(../images/ico01.png) -95px 0 no-repeat #48bb69; }
.about_sj ul li:hover .a02{ background: url(../images/ico01.png) -95px -95px no-repeat #48bb69; }
.about_sj ul li:hover .a03{ background: url(../images/ico01.png) -95px -190px no-repeat #48bb69; }
.about_sj ul li:hover .a04{ background: url(../images/ico01.png) -95px -285px no-repeat #48bb69; }

/* 厂区展示  */
.index_factory{ background: url(../images/bg03.jpg) no-repeat; background-size: cover; padding:1.5rem 0;overflow: hidden;}
.fac_bt{ display: block; overflow: hidden; }
.fac_bt h3{ font-size: .65rem; color: #fff;  line-height: 2;}
.fac_bt span{ font-size: .45rem; color: #fff; line-height: 2; }
.factory_list{ margin-top:1rem;display: block;overflow: hidden; }
.factory_list ul{ list-style: none; display: block;overflow: hidden; }
.factory_list ul li{ width: 24%; float: left; margin-right: 1.33%; display: block; overflow: hidden; }
.factory_list ul li .f_img{ background: #fff; border-radius: 12px; padding: .3rem; }
.factory_list ul li:hover .f_img{background: #005aba;}
.factory_list ul li:hover p{ color: #005aba; }
.factory_list ul li .f_img img{ max-width: 100%; display: block; margin: 0 auto; }
.factory_list ul li:nth-child(4){ margin-right: 0; }
.factory_list ul li p{  font-size: 14px; color: #fff; line-height: 30px; padding-left: 35px; position: relative; margin-top:12px; }
.factory_list ul li p:after{ width: 20px; height: 4px; background: #abe6bc; position: absolute; left: 5px; content:''; top:40%; }

/* 新闻  */
.index_news{  background: url(../images/bg04.jpg) no-repeat; background-size: cover; padding:1.5rem 0 3rem;}
.news_list01{display: block; position: relative;}
.news_list01 .ne_bt{ width: 420px; position: absolute; top:-3rem; right: 0; }
.ne_bt ul{ list-style: none; display: block;overflow: hidden; }
.ne_bt ul li{ width: 200px; margin-right: 15px; border:1px solid #e5e5e5; background: #005aba; float:left; border-bottom-left-radius: 20px;border-top-right-radius: 20px;  text-align: center; }
 .ne_bt ul li a{ display: block; padding: 5px 0; overflow: hidden;}
.ne_bt ul li:nth-child(2){ margin-right: 0;background: #f7f7f7;}
.ne_bt ul li i{ width: 36px; height: 32px; float: left; margin-left: 20%; margin-right: 10px; }
.ne_bt ul li .b01{ background: url(../images/n_01.png) no-repeat; }
.ne_bt ul li .b02{ background: url(../images/n_02.png) no-repeat; }
.ne_bt ul li h3{color: #fff; font-size: .5rem; font-weight: bold; float: left;}
.ne_bt ul li:nth-child(2) h3{color: #333; }
.news_tj{display: block;overflow: hidden;  margin:1.5rem 0; border:1px solid #eee; background: #fff;}
.news_tj ul{ list-style: none;display: block;overflow: hidden; }
.news_tj ul li{width: 25%;float: left; border-right: 1px solid #eee; }
.news_tj ul li:nth-child(3){ border-right: none; }
.news_tj ul li .news_txt{ width: 100%; padding: 1.5rem .6rem; box-sizing: border-box;}
.news_tj ul li .news_img{ display: none; }
.news_tj ul li .news_txt .hot_bt{ position: relative; text-align: center; }
.news_tj ul li .news_txt .hot_bt h3{ font-size: 2rem; color: #f7f7f7; line-height: 0.8 }
.news_tj ul li .news_txt .hot_bt h4{ font-size: .5rem; color: #262626; line-height: 2; position: absolute; top:25%;}
.news_tj ul li .news_txt p{ font-size: 14px; color: #808080; line-height: 25px; margin: .5rem 0; }
.news_tj ul li .news_txt span{ font-size: 14px; color: #bdbdbd; line-height: 24px; }
.news_tj ul li.active{ width: 49.5%; position: relative; }
.news_tj ul li.active .news_txt{ width: 50%; float: left; }
.news_tj ul li.active .news_img{ width: 50%; display: block;float: right; position: absolute; height: 100%; right: 0 }
.news_tj ul li.active .news_img img{ width: 100%; display: block; height: 100%; }
.news_tj ul li:hover .news_txt .hot_bt h4{ color: #005aba; }


.news02{display: block;overflow: hidden;}
.news02 dl{ width: 49%; float:left; margin-right: 2%; display: block; overflow: hidden;   }
.news02 dl:nth-child(2){ margin-right: 0; }
.news02 dl dt{ width: 118px; text-align: center; float: left; display: block;  border-right: 1px solid #cecece; }
.news02 dl dt h3{ font-size: 1.6rem; color: #282828; line-height: 1.2; }
.news02 dl dt p{ font-size: 14px; color: #808080; line-height: 24px; }
.news02 dl dd{ width: calc(100% - 140px); float: right; }
.news02 dl dd h3{ color: #000000; font-size: .48rem;  line-height: 2.2; border-bottom: 1px solid #cecece; }
.news02 dl dd p{ font-size: 14px; color: #808080; line-height: 24px; margin: 10px 0 0; }
.news02 dl dd:hover h3{ color: #32b357; }

.qy_subsite{display: block;overflow: hidden; margin-top: 1.8rem;}
.qy_subsite span{ width: 100px; position: relative; display: block; float: left; font-size: .5rem; color: #161616; line-height: 2; padding-bottom: 10px; }
.qy_subsite span:after{ width: 80px; height: 3px; background: #32b357; content: ''; position: absolute; bottom:0; left: 0; }
.qy_subsite ul{ float: left;display: block;overflow: hidden; }
.qy_subsite ul li{ float: left; }
.qy_subsite ul li a{ display: block; padding: 0 8px; font-size: .45rem; color: #666666; line-height: 2.2; }

.footer{ width: 100%; display: block; background: #292c3f; position: relative; min-height: 5rem; }
.db_lx{  position: absolute; top:-40px;  width: 100%; }
.db_lx ul{ padding: .7rem .3rem;display: block; overflow: hidden; background: url(../images/lx_bg.jpg) no-repeat; background-size: cover; }
.db_lx ul li{ width: 30%; float: left; display: block;  font-size: .45rem; color: #fff; line-height: 42px }
.db_lx ul li:nth-child(3){ width: 40%; }
.db_lx ul li i{ width: 40px; height: 40px; float:left; display: block; margin-right: 5px; }
.db_lx ul li .c01{ background: url(../images/ico02.png) 0 0 no-repeat; }
.db_lx ul li .c02{ background: url(../images/ico02.png) 0 -40px no-repeat; }
.db_lx ul li .c03{ background: url(../images/ico02.png) 0 -80px no-repeat; }

.db_nav{ padding-top:2.5rem;display: block;overflow: hidden; border-bottom: 1px solid #444759; padding-bottom: .2rem; }
.nav_01{ display: block; overflow: hidden; width: 82%;}
.nav_01 ul{ list-style: none; display: block; overflow: hidden; width: 82%; }
.nav_01 ul li{ float: left; display: inline-block;}
.nav_01 ul li a{ font-size: .48rem; color: #9fa1af; line-height: 2; display: block; padding: 0 .5rem; }

.copyright{ border-top:1px solid #2c2c2c;display: block; padding:20px 0; min-height: 60px; }
.copyright p{ font-size: 14px; color: #9fa1af;line-height:48px; }
.copyright p a{color: #9fa1af;}

.copyright .link{ width:20%; background: none;  }
.copyright .link .db_link{ height:48px; color:#666666; background: none;border:1px solid #363636; padding:10px; width:100%; }

.select { height: 38px; position: relative;margin: 10px 0 0 0;width: 270px;}
.select dt { height: 38px; display: inline-block; background: #383b4d url(../images/downIcon.png) no-repeat 250px center; line-height: 38px; padding: 0 30px 0 10px; cursor: pointer; width: 230px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; z-index: 3; color: #9b9b9b; font-size: 14px; }
.select dt:hover,.select dt.cur {}
.select dd {width: 100%;position: absolute; left: 0; bottom: 38px; background: #fff; display: none; }
.select dd ul{ width: 100%; max-height: 250px; overflow: auto; }
.select dd ul li { display: block; width: 100%; float: left; }
.select dd ul li a { line-height: 30px; display: block; padding: 0 8px; font-size: 14px;}
.select dd ul li a:hover { background: #f5f5f5; }
.select dd ul::-webkit-scrollbar{width:3px;height:3px}
.select dd ul::-webkit-scrollbar-button:vertical{display:none}
.select dd ul::-webkit-scrollbar-corner,
.select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#ca161d; }
.select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.select dd ul::-webkit-scrollbar-thumb:vertical:active{ }

.dy_ico{ width: 160px; display: block; position: relative; }
.dy_ico ul{display: block; margin-top:.3rem;}
.dy_ico ul li{float: left; display: block; margin-right: .5rem;}
.dy_ico ul li:nth-child(3){margin-right: 0;}
.dy_ico ul li a{display: block; }
.dy_ico ul li a i{ width: 36px; height: 36px; display: block; border-radius: 100%; }
.dy_ico ul li a .d01{ background: url(../images/ico03.png) 0 0 no-repeat #494b5c; }
.dy_ico ul li a .d02{ background: url(../images/ico03.png) 0 -36px no-repeat #494b5c; }
.dy_ico ul li a .d03{ background: url(../images/ico03.png) 0 -72px no-repeat #494b5c; }
.dy_ico ul li .wx b {
   display: none;
    width: 100px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 20%;
    color: #666;
    text-align: center;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 9999;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    /* border: 3px solid #cacaca; */
    padding: 10px;
     height: 100px;
}
.dy_ico ul li .wx b img{ max-width: 100%; display: block; }

.dy_ico ul li .dy b {
   width: 100px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: -50px;
    color: #666;
    text-align: center;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 9999;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    /* border: 3px solid #cacaca; */
    padding: 3px;
    height: 100px;
}
.dy_ico ul li .dy b img{max-width: 100%; display: block;}


.sidebar{ width: 100%; background: #eef2f5;display: block; overflow: hidden;  }
.sidebar .side_list{display: block;overflow: hidden;}
.sidebar .side_list ul{ list-style: none;display: block;overflow: hidden; }
.sidebar .side_list ul li{ float: left;text-align: center; margin-right: 20px;position: relative;padding:.5rem 0; margin: 0 .5rem;  }
.sidebar .side_list ul li a{ display: block; font-size: .46rem; color: #333; line-height: 2;  
    border-bottom-left-radius: 10px; border-top-right-radius: 10px; padding: .2rem 0; }
.sidebar .side_list ul li:hover a,.side_list ul li a.on1{ color: #003f99 }   
.sidebar .positions{margin-top: .2rem;}
.sidebar .positions p{ background: url(../images/position.png) left no-repeat; padding-left:30px; font-size: 14px; color: #585858; line-height:60px; }
.side_list ul li a:after {
    width: 0;
    height: 4px;
    background: #003f99;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: all 0.5s ease 0s;
}
.side_list ul li a.on1:after, .side_list ul li a:hover:after {
    width: 100%;
    height: 4px;
    background: #003f99;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.w2{ width: 1200px; display: block; margin: 0 auto; }

.warpper{ padding: 1rem 0 2rem;display: block; }



/* 企业简介  */
.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
   
    display: block;    
}
@media(max-width: 1600px){
 .pageBanner .imgDiv img {
    width: 100%;
}
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        -moz-transform: scale(1.23);
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}
/* 关于我们页面  */
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.banner picture img {
    width: 100%;
    -webkit-animation: banner_inside 20s ease 1 forwards;
    -moz-animation: banner_inside 20s ease 1 forwards;
    -o-animation: banner_inside 20s ease 1 forwards;
    animation: banner_inside 20s ease 1 forwards;
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
        transform: scale(1.23);
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }

}

@-o-keyframes banner_inside {

    from {
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }

    to {
        -o-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes banner_inside {

    from {
        -webkit-transform: scale(1.23);
        -moz-transform: scale(1.23);
        -o-transform: scale(1.23);
        transform: scale(1.23);
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

}



.banner_txt {
    text-align: center;
    position: absolute;
    top: 55%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner_txt1 {
    font-size: 50px;
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
    letter-spacing: 15px;
    line-height: 70px;
}

.banner_txt2 {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 15px;
    -webkit-animation: fadeInUp5 1.4s .8s ease both;
    -o-animation: fadeInUp5 1.4s .8s ease both;
    animation: fadeInUp5 1.4s .8s ease both;
    -moz-animation: fadeInUp5 1.4s .8s ease both;
}

.banner_txt span {
    width: 170px;
    margin: 20px auto;
    background: #0077b0;
    display: block;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}

.banner_txt span a {
    display: block;
    padding: 12px 0;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}


.feedback {
    width: 100%;
    display: block;
    background: url(../images/about/part_ly.jpg) 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 50px 0;    
}

.ly_list {
    width: 40%;
    display: block;
    margin: 30px auto 0;
    overflow: hidden;
}

.baoming {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
}

.baoming ul {
    list-style: none;
    margin-top: 50px;
    display: block;
    overflow: hidden;
}

.baoming ul li {
    width: 94%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
    line-height: 50px;
    float: left;
    border: 1px solid #ccc;
    padding: 0 2%;
}

.baoming ul li input {
    border: none;
    background: none;
    width: 80%;
    color: #fff;
}

.baoming ul li span {
    float: left;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}

.baoming ul li span i {
    color: #f00;
    font-style: normal;
    margin: 0 10px;
}

.baoming ul li .submit2 {
    width: 30%;
    background: #0077b0;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 20px;
}

.baoming ul li:nth-child(4) {
    border: none;
}


.case_list {
    width: 100%;
    display: block;
    background: #fafafa;
    overflow: hidden;
    padding: 50px 0;
    box-shadow: 17px 10px 10px -8px rgba(0, 87, 131, 0.2) inset;
}

.case_list dl {
    width: 31%;
    margin-right: 3%;
    float: left;
    margin-bottom: 30px;
    display: block;
    position: relative;
    padding-bottom: 5%;
}

.case_list dl:nth-child(3n) {
    margin-right: 0;
}

.case_list dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.case_list dl dt img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.case_list dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case_list dl dd {
    width: 84%;
    background: rgba(0, 84, 166, 0.6);
    margin: 20px auto;
    display: none;
    position: absolute;
    bottom: 0;
    left: 3.5%;
    height: 180px;
    padding: 15px 0 30px 40px;
}

.case_list dl dd h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
}

.case_list dl dd p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin: 10px 0;
}

.case_list dl dd span {
    margin-top: 30px;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    display: block;
}

.case_list dl dd i {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.case_list dl:hover dd {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


/*新闻中心   */
.news_list02 {
    width: 100%;
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 50px 0;
    box-shadow: 17px 10px 10px -8px rgba(0, 87, 131, 0.2) inset;
}

.newslb dl {
    width: 45%;
    display: block;
    overflow: hidden;
    margin: 2% 2% 1% 1%;
    display: block;
    float: left;
    padding: 15px;
    -moz-box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.2);
    -webkit-box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.2);
    box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.2);
    height: 160px;
}

.newslb dl dt {
    width: 30%;
    display: block;
    overflow: hidden;
    float: left;
}

.newslb dl:nth-child(2n) {
    margin-right: 0.5%;
}

.newslb dl dt img {
    width: 100%;
    display: block;
}

.newslb dl dd {
    width: 68%;
    display: block;
    overflow: hidden;
    float: right;
}

.newslb dl dd h3 {
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.newslb dl dd p {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 24px;
    margin: 12px 0 15px;
}

.newslb dl dd .ne_time {
    width: 100%;
    display: block;
    overflow: hidden;
}

.newslb dl dd .ne_time i {
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.newslb dl dd .ne_time span {
    background: url(../images/logo_23.png) right no-repeat;
    padding-right: 20px;
    font-size: 16px;
    color: #898989;
}

.newslb dl a {
    display: block;
}

.newslb dl:hover {
    -moz-box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.3);
    -webkit-box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.3);
    box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}





@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@media (max-width:1520px) {


    .wrap {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }

    .bowrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .boWrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .ser_list dl dt {
        width: 90px;
        height: 63px;
    }

    .manager_list dl .m_01 {
        width: 90%;
    }
}



#flash{width: 100%; display: block;}
#flash .swiper-slide{ width: 100%; }
#flash .swiper-slide .img{ width: 100%; display: block; }
#flash .swiper-slide .img img{ display: block; }
#flash .swiper-pagination-bullet{background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;}
#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}
#flash .swiper-button-prev{ background: url(../images/ad_ctr_01.png) no-repeat; width: 65px; height: 65px; outline: none;}
#flash .swiper-button-prev:after{ display: none; }
#flash .swiper-button-next{ background: url(../images/ad_ctr_02.png) no-repeat; width: 65px; height: 65px; outline: none;}
#flash .swiper-button-next:after{ display: none; }
#flash .swiper-pagination-bullets{ bottom: 40px !important; }

@media(max-width: 1800px){
 #flash .swiper-slide .img img{ width: 100%; }   
}

/*banner*/

.flash {

    width: 100%;

    height: 800px;

    margin: 0 auto;

    overflow: hidden;

    _zoom: 1;

    position: relative;

    *zoom: 1;

}

.flash1 {

    width: 1000px;

    height: 800px;

    margin: 0 auto;

    position: relative;

}

.flash2 {

    width: 1920px;

    height: 800px;

    position: absolute;

    left: -460px;

}

.flexslider {

    margin: 0 auto;

    position: relative;

    width: 1920px;

    height: 800px;

    overflow: hidden;

    zoom: 1;

}

.flex-viewport {

    max-height: 2000px;

    -webkit-transition: all 1s ease;

    -moz-transition: all 1s ease;

    transition: all 1s ease;



}

.flexslider .slides {

    zoom: 1;

}

.flex-direction-nav a {

    width: 60px;

    height: 90px;

    line-height: 99em;

    overflow: hidden;

    margin: -60px 0 0;

    display: block;

    background: url(../images/ad_ctr.png) no-repeat;

    position: absolute;

    top: 50%;

    z-index: 10;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all .3s ease;

}

.flex-direction-nav .flex-next {

    background-position: 0 -90px;

    right: 0;

}

.flex-direction-nav .flex-prev {

    left: 0;

}

.flexslider:hover .flex-next {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-prev {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-next:hover,

.flexslider:hover .flex-prev:hover {

    opacity: 1;

    filter: alpha(opacity=50);

}

.flex-control-nav {

    width: 100%;

    position: absolute;

    bottom: 3px;

    text-align: center;

}

.flex-control-nav li {

    margin: 0 5px;

    display: inline-block;

    zoom: 1;

    *display: inline;

}

.flex-control-paging li a {

    background: url(../images/dot.png) no-repeat 0 -16px;

    display: block;

    height: 16px;

    overflow: hidden;

    text-indent: -99em;

    width: 16px;

    cursor: pointer;



}

.flex-control-paging li a.flex-active {

    background-position: 0 0;

}



/*左侧分栏*/

.con_section {

    position: relative;

    padding: 20px 0 50px;

}

lside {
    display: block;
    position: relative;

    float: left;

    width: 222px;

}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;

    display: block;

    overflow: hidden;

    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {

    padding-left: 34px;

    font-size: 16px;

    color: #666;

    background: url(../images/side_ico.png) 180px no-repeat;

    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;

}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}



/*右侧内容*/

article {
    width: 100%;
    display: block;
    margin: 40px 0;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}



/*新闻列表*/

.module_list_article {
    padding: 10px;

}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
}

.module_list_article dl dt img {
    width: 100%;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;

}

.module_list_article dl dd p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #666;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {

    padding: 0 10px;
    min-height: 300px;

}
.img_pic{ display: block; overflow: hidden; }
.img_pic img{ max-width: 100%; display: block; margin: 0 auto; }


/*图片列表*/

.module_list_img {

    padding: 10px;

}

.module_list_img li {

    width: 33.3333%;

}

.module_list_img li a {

    display: block;

    width: 280px;

    text-align: center;

}

.module_list_img li .img-size {

    width: 280px;

}

.module_list_img li h3 {

    font-weight: normal;

}

/*图片详情*/

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}
.product-img .cp_pic {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
}
.product-img {
width: 450px;
    float: left;
    border-right: 1px solid #eee; 
    padding-right: 50px; 

}


.product-arr {
    width: calc(100% - 550px);
    float: right;

}

.product-arr h3 {

    font-size: 24px;

    padding: 20px 5px;

    border-bottom: 1px solid #ddd;

}

.product-arr p {

    line-height: 28px;

    font-size: 14px;

}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}
.detail_box {
    padding-bottom: 128px;
    position: relative;
    z-index: 100;
}

.detail_box .dtop {
    background: #f6f6f6;
    height: 80px;
    width: 100%;
}

.detail_box .dtop.fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.detail_box .dtop .dtop_cen .pos {
    float: left;
}

.detail_box .dtop .dtop_cen .pos a {
    display: block;
    float: left;
    width: 200px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    color: #333;
    text-align: center;
    transition: all 0.5s ease;
}

.detail_box .dtop .dtop_cen .pos a.active {
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .pos a:hover {
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .return {
    display: block;
    float: right;
    width: 200px;
    background: #e1e1e1;
    height: 80px;
    text-align: center;
}

.detail_box .dtop .dtop_cen .return:hover .txt {
    color: #1b46a4;
}

.detail_box .dtop .dtop_cen .return:hover .ico {
    transform: translateX(10px);
}

.detail_box .dtop .dtop_cen .return .txt {
    font-size: 16px;
    line-height: 80px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    transition: all 0.5s;
}

.detail_box .dtop .dtop_cen .return .ico {
    width: 19px;
    height: 15px;
    background: url(../images/fh.png) no-repeat;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.5s;
    vertical-align: middle;
}

.detail_box .container .box {
    padding-top: 67px;
}

.detail_box .container .box .t {
    font-size: 24px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.detail_box .container .box .pic {
    margin-top: 35px;
}

.detail_box .container .box .pic img {
    max-width: 100%;
}

.detail_box .container .box .con table {
    margin-top: 22px;
    border:1px solid #333;
    width: 100%;
}

.detail_box .container .box .table table {
    width: 100%;
}

.detail_box .container .box .table table tr td {
    border: 1px solid #e1e1e1 !important;
    padding: 15px 50px !important;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    font-family: "Microsoft Yahei" !important;
    color: #333;
}

.detail_box .container .box .table table tr td p span {
    font-size: 16px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 32px !important;
}

.detail_box .container .box .table table tr td.bg {
    background: #f6f6f6 !important;
}

.detail_box .container .box .table table tr td.tit {
    font-size: 20px;
    line-height: 30px;
    color: #333 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: "Microsoft Yahei" !important;
}

.detail_box .container .box .table table tr td.tit p,
.detail_box .container .box .table table tr td.tit span {
    font-size: 20px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 30px !important;
    color: #333 !important;
}

.detail_box .container .box .con {
    margin-top: 18px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.detail_box .container .box .con p {
    padding-left: 15px;
}
.detail_box .container .box .con table td{ border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 10px; }

.lx_c{ padding: .3rem 0; display: block; }
.lx_c .td_bt02{ font-size: .5rem; color: #1b46a4; line-height: 2; }
.par_desc{ padding: .2rem 0; overflow: hidden; }

.cp_zx{ display: block; overflow: hidden; margin-top:.2rem; }
.cp_zx a{ width: 150px; background: #1b46a4; display: block; text-align: center; font-size: 14px; color: #fff; line-height: 45px; }


/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}



/*分页*/

.page-list {

    clear: both;

    margin: 20px 0px 0px 0px;

    text-align: center;

}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {

    display: inline-block;

    font-family: Arial;

    font-size: 13px;

    padding: 7px 11px;

    margin-left: 6px;

    background-color: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 4px;

}

.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #0052a3;

    border-color: #0052a3;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6;

}



.info-wrap{ line-height: 32px; }

.page-banner .wz {
    position: absolute;
    width: 1200px;
    padding: 0 15px;
    text-align: center;
    height: 110px;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
}

.want-buy {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.want-buy a {
    font-size: 17px;
    padding: 0 20px;
    line-height: 40px;
    background: #0077b0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
}


.gotop {
    width: 40px;
    height: 40px;
    background: url(../images/gotop.png) no-repeat center;
    background-size: contain;
    position: fixed;
    right: 5px;
    bottom: 50px;
    cursor: pointer;
    display: none;
    transition: all .5s;
    z-index: 30;
    opacity: 1 !important;
}


.fadeIn {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.fadeInDown {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.fadeInLeft {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.zoomIn {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.animated {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}



.lx {
    overflow: hidden;
}

.lx_l {
    width: 45%;
    float: left;
}

.lx_l h3 {
    font-size: 22px;
    color: #005aba;
    margin-bottom: 10px;
}

.lx_l p {
    line-height: 32px
}

.lx_l dl {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
}

.lx_l dl dt {
    width: 26%;
}

.lx_r {
    width: 50%;
    float: right;
}

.product_01{ display: block; overflow: hidden; }
.product_01 dl{ width: 24%; margin-right: 1.3%;  float: left; display: block; overflow: hidden; margin-bottom: .5rem;}
.product_01 dl:nth-child(4n){ margin-right: 0; }
.product_01 dl a{ display: block; padding: .5rem .3rem; border:1px solid #ddd; position: relative; }
.product_01 dl a:after{ width: 80px; height: 4px; background: #ccc; position: absolute; content:'';bottom: 0; left: 50%; margin-left:-40px; }
.product_01 dl dt{display: block; overflow: hidden;}
.product_01 dl dt img{ max-width: 100%; display: block; }
.product_01 dl dd{ padding: .2rem 0; display: block; overflow: hidden; }
.product_01 dl dd h3{ text-align: center; font-size: .45rem; color: #333; line-height: 2; }
.product_01 dl:hover a{ border:1px solid #005aba; }
.product_01 dl:hover dd h3{ color: #005aba; }
.product_01 dl:hover a:after{ background: #005aba }

.details_swiper2{margin-bottom:30px;}
.album-small2{position: relative;width:100%;padding:0 30px;margin-top:15px;box-sizing: border-box;}
.album-small2 .swiper-container{position: static;}
.album-small2 .swiper-slide:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:1px solid #4797d1;opacity: 0;transition:all 0.5s; box-sizing: border-box;}
.album-small2 .swiper-slide-thumb-active:after{opacity: 1;}
.gallery-thumbs2 .swiper-button-prev,
.gallery-thumbs2 .swiper-button-next{width:30px;height:100%;top:0;margin-top:0;opacity: 1;}
.gallery-thumbs2 .swiper-button-prev{left:0;background: url(../images/ico_fl2.png) center no-repeat; background-size: 15px;}
.gallery-thumbs2 .swiper-button-prev.swiper-button-disabled{opacity: 0.8;}
.gallery-thumbs2 .swiper-button-next{right:0;background: url(../images/ico_fr2.png) center no-repeat;background-size: 15px;}
.gallery-thumbs2 .swiper-button-next.swiper-button-disabled{opacity: 0.8;}
.gallery-thumbs2 .swiper-button-prev:after,.gallery-thumbs2 .swiper-button-next:after{ content:''; }
.album-small2 .swiper-slide .img{ position: relative; }
.album-small2 .swiper-slide .img img{ width: 100%; display: block; }

.album-big2  .swiper-slide .img img{ width:100%; display: block; }


.tj_case {

    display: block;

    overflow: hidden;

}



.tj_title {

    width: 100%;

    border-bottom: 1px solid #cccccc;

    display: block;

    overflow: hidden;

    padding-bottom: 10px;

}



.tj_title h3 {

    font-size: 24px;

    border-left: 8px solid #2a59a7;

    float: left;

    display: block;

    line-height: 30px;

    font-weight: normal;

    padding-left: 20px;

}



.tj_news {

    padding: 40px 0;

    overflow: hidden;

}



.cplb_02 {

    padding: 40px 0;

    display: block;

    overflow: hidden;

}



.cplb_02 a:link,

.cplb_02 a:visited {

    color: #fff;

}



.cplb_02 a:active,

.cplb_02 a:hover {

    color: #fff;

}



.cplb_02 ul {

    margin-left: -1%;

}



.cplb_02 li {

        float: left;

    display: block;

    width: 24%;

    margin: 0px 0px 38px 1%;

    background-color: #f3f3f3;

    position: relative;}





.cplb_02 .item {

    padding: 15px 30px;

    position: relative;

}



.cplb_02 .img {

    position: relative;

    overflow: hidden;

    display: flex;

    width: 100%;

    height: 220px;

    justify-content: center;

    align-items: center;

}



.cplb_02 .img img {

    max-width: 100%;

    /* display: block; */

    transition: 600ms;

    -webkit-transition: 600ms;

    -ms-transition: 600ms;

    max-height: 100%;

}



.cplb_02 .black {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    background: url(../images/black_50.png) repeat;

    background: none rgba(0, 0, 0, 0.5);

    opacity: 0;

    visibility: hidden;

}



.cplb_02 .ntype {

    position: absolute;

    left: 0px;

    top: 0px;

    padding: 2px 15px;

    background-color: #1b2e7c;

    color: #fff;

}



.cplb_02 .t {

    font-size: 16px;

    line-height: 1.4;

    color: #3E3E3E;

    height: 30px;

    overflow: hidden;

    margin: 16px 0px 10px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}



.cplb_02 .bot {

    color: #999;

    font-family: arial, helvetica, sans-serif;

}



.ntime {

    background: url(../images/new_i1.png) no-repeat scroll left center;

    padding: 2px 0px 2px 22px;

    margin-right: 12px;

}



.nease {

    background: url(../images/new_i2.png) no-repeat scroll left center;

    padding: 2px 0px 2px 28px;

}



.cplb_02 .blueBg {

    position: absolute;

    left: 0px;

    bottom: 0px;

    width: 100%;

    height: 0%;

    background-color: #808080;

    transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;

    -webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;

}



.cplb_02 .linkA {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    display: block;

}



.cplb_02 li:hover .blueBg {

    height: 100%;

}



.cplb_02 li:hover .ntype {

    background-color: #fff;

    color: #215bab;

}



.cplb_02 li:hover .t,

.cplb_02 li:hover .bot {

    color: #fff;

}






.cplb_02 li:hover .black {

    opacity: 1;

    visibility: visible;

}



.cplb_02 li:hover .img img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

}

.news_02{display: block; overflow: hidden;}
.news_02 dl{ padding: 20px; display: block; overflow: hidden; margin-bottom:30px; border:1px solid #e8e8e8;     transition: all 0.3s;}
.news_02 dl dt{ width: 25%; display: block; overflow: hidden; float: left; }
.news_02 dl dt img{ display: block;
    max-width: 100%;
    height: 185px;
    margin: 0 auto;}
.news_02 dl dd{ float: right; width: 73%; display: block; overflow: hidden; padding:20px 0 0;}
.news_02 dl dd .ne_text{ width: 70%;display: block; overflow: hidden; }
.news_02 dl dd .ne_text h3{ color: #323232; line-height: 34px; }
.news_02 dl dd .ne_text p{ line-height: 28px;
    margin-top: 8px; }
.news_02 dl dd .ne_date{ width: 15%;overflow: hidden; padding-top:45px; }
.news_02 dl dd .ne_date h3{ font-size: 36px; color: #005aba; font-weight: normal; line-height: 40px; }
.news_02 dl dd .ne_date p{ font-size: 20px; color: #484848;line-height: 32px; }
.news_02 dl:hover{border:1px solid #005aba;}
.news_02 dl:hover dd .ne_text h3{ color: #005aba; }

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-height: 240px;
}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: .4rem;
    line-height: 3;
}

.case_list02 ul li:hover p {
    background: #1b46a4;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}



/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #1b46a4;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1b46a4;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #1b46a4;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #1b46a4;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #1b46a4;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}




















